-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[genesis] add Upernavik block height #4206
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4206 +/- ##
==========================================
+ Coverage 75.38% 76.76% +1.38%
==========================================
Files 303 340 +37
Lines 25923 29269 +3346
==========================================
+ Hits 19541 22468 +2927
- Misses 5360 5696 +336
- Partials 1022 1105 +83 ☔ View full report in Codecov by Sentry. |
@@ -258,6 +259,9 @@ type ( | |||
// 2. generate transaction log for Suicide() call in EVM | |||
// 3. raise block gas limit to 50M | |||
TsunamiBlockHeight uint64 `yaml:"tsunamiHeight"` | |||
// UpernavikBlockHeight is the start height to | |||
// 1. enable Cancun EVM | |||
UpernavikBlockHeight uint64 `yaml:"upernavikHeight"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is an island/strait in Greenland
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A tsunami sent us to Upernavik 😄
@@ -76,6 +76,7 @@ func defaultConfig() Genesis { | |||
RedseaBlockHeight: 26704441, | |||
SumatraBlockHeight: 28516681, | |||
TsunamiBlockHeight: 29275561, | |||
UpernavikBlockHeight: 39275561, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the hardfork height will be reset later, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, we set to a very far date, before release, will change to the planned date
Quality Gate failedFailed conditions |
Description
adding the height for 1.15
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: